home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
util
/
virus
/
trsivw55.lha
/
VirusWorkshop
/
Install.script
< prev
next >
Wrap
Text File
|
1995-09-02
|
2KB
|
67 lines
; Script file to install reqtools.library and decrunch.library.
; Based on Nico François's reqtools installation script.
; Based on Georg Hoermann`s library installation script.
; Special thanks must go to Joachim for the bugreport concerning
; the old script ! Thanks FRED !
FailAt 21
Echo " Tristar & Red Sector inc. "
Echo " "
Echo " VirusWorkshop Library Installation Script "
Echo "---------------------------------------------"
Echo " VW (C) by Markus Schmall 1995 "
Echo " "
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Version of reqtools.library already installed:"
Version LIBS:reqtools.library
EndIf
Ask "Install reqtools.library V38.1266 ?"
If NOT WARN
Echo "Installation of reqtools.library aborted!"
Skip INSTALLDECR
EndIf
Lab INSTALLDECR
Version >NIL: LIBS:xfdmaster.library
If NOT ERROR
Echo "Version of xfdmaster.library already installed:"
Version LIBS:xfdmaster.library
EndIf
Ask "Install xfdmaster.library Version 34.1 ?"
If NOT WARN
Echo "Installation of xfdmaster.library aborted!"
Skip INSTALLFILE
EndIf
Copy libs/xfdmaster.library LIBS:xfdmaster.library
Echo "xfdmaster.library copied to your LIBS: directory."
Lab INSTALLFILE
Version >NIL: LIBS:FileID.library
If NOT ERROR
Echo "Version of FileID.library already installed:"
Version LIBS:FileID.library
EndIf
Ask "Install FileID.library Version 7.0 ?"
If NOT WARN
Echo "Installation of FileID.library aborted!"
Skip END
EndIf
Copy libs/FileID.library LIBS:FileID.library
Echo "FileID.library copied to your LIBS: directory."
Lab END
Echo "End of installation script reached !"
Wait 1
EndCLI >NIL:
; TRSi The sleeping gods are back ... 1995